|
| .NET Framework Class Library |
| ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.IsEmpty Property |
| ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Gets a value that indicates whether the ConcurrentDictionary<(Of <(TKey, TValue>)>) is empty.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsEmpty As Boolean |
| C# |
|---|
public bool IsEmpty { get; } |